Gets a value indicating whether access to the ICollection is
synchronized with the SyncRoot.
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized |
C# |
---|
bool ICollection.IsSynchronized { get; } |
Field Value
true if access to the
ICollection is synchronized
with the SyncRoot; otherwise, false. For
ConcurrentStack<(Of <(T>)>), this property always
returns false.
Implements
ICollection..::.IsSynchronized
See Also